home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / rjs.lha / RJS / Transport / src / NetworkAddress.C < prev    next >
C/C++ Source or Header  |  1991-06-14  |  209b  |  7 lines

  1. #include "Transport.h"
  2.  
  3. const RJS_Status 
  4.     RJS_NetworkAddress::NoHostGiven("no host given"),
  5.     RJS_NetworkAddress::UnknownHost("unknown host"),
  6.     RJS_NetworkAddress::HostFound("host found",RJS_Status::Success);
  7.